home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
funnyquest.swf
/
scripts
/
DefineSprite_315
/
frame_5
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
315 b
|
17 lines
now = eval("/:stackTime") + getTimer() - eval("/:startTime");
tSec = int(now / 1000);
sec = tSec % 60;
min = int(tSec / 60 % 60);
hour = int(int(tSec / 60) / 60);
call("setMeter");
if(eval("/:gameMode") eq "ing")
{
gotoAndStop("loop");
play();
}
else
{
set("/:stackTime",now);
stop();
}